home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Interactive CD Sampler / Microsoft Interactive CD Sampler.iso / DEMOS / C_Automp / AUTOSTRT / STREETS.DIR / 00162.ls < prev    next >
Encoding:
Text File  |  1996-07-24  |  219 b   |  9 lines

  1. on mouseDown
  2.   repeat while the mouseDown
  3.     set the castNum of sprite 16 to the number of member "quitDown"
  4.     updateStage()
  5.   end repeat
  6.   set the castNum of sprite 16 to the number of member "quit"
  7.   go("end")
  8. end
  9.